翻訳と辞書
Words near each other
・ Cook–Folsom–Peterson Expedition
・ Cook–Heilbron thiazole synthesis
・ Cook–Levin theorem
・ Cool
・ Cool & Collected
・ Cool & Dre
・ Cool & Dre production discography
・ Cool "Disco" Dan
・ Cool "Gator"
・ Cool (aesthetic)
・ Cool (Alesso song)
・ Cool (band)
・ Cool (district of Rotterdam)
・ Cool (Gwen Stefani song)
・ Cool (Le Youth song)
Cool (programming language)
・ Cool (The Time song)
・ Cool (West Side Story song)
・ Cool 105.7
・ Cool Aid
・ Cool Air
・ Cool Air (film)
・ Cool Air, KwaZulu-Natal
・ Cool Amphibious Manufacturers International
・ Cool and Lam
・ Cool and the Crazy
・ Cool As
・ Cool as Fuck
・ Cool as Ice
・ Cool as Ice (soundtrack)


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Cool (programming language) : ウィキペディア英語版
Cool (programming language)

Cool, an acronym for Classroom Object Oriented Language, is a computer programming language designed by Alexander Aiken for use in an undergraduate compiler course project. While small enough for a one term project, Cool still has many of the features of modern programming languages, including objects, automatic memory management, strong static typing and simple reflection.
The reference Cool compiler is written in C++, built fully on the public domain tools. It generates code for a MIPS simulator, SPIM. Thus, the language should port easily to other platforms. It has been used for teaching compilers at many institutions (such as the University of California at Berkeley, where it was first used or Shahid Beheshti University of Iran) and the software is stable.
This language is unrelated to the COOL language included in CLIPS.
==Features==

As the primary purpose of Cool is instruction, it lacks many of the features common to other, more general programming languages. For instance, the language supports less than comparisons but not greater than. The syntax is very much stripped down, and the "standard library" contains only a few basic classes. Separate compilation is not supported, though the compiler does support multiple source files as input. Every Cool program must define a class Main which must have a no-args main method in which execution flow begins. Namespaces are not supported.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Cool (programming language)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.